home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TAUDIOBURNFRAME / TAUDIOBURNFRAME.txt
Text File  |  2006-03-23  |  15KB  |  612 lines

  1. object AudioBurnFrame: TAudioBurnFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 652
  5.   Height = 538
  6.   TabOrder = 0
  7.   OnResize = Panel6Resize
  8.   object abfPanel: TPanel
  9.     Left = 0
  10.     Top = 193
  11.     Width = 652
  12.     Height = 345
  13.     Align = alBottom
  14.     BevelOuter = bvNone
  15.     BorderWidth = 7
  16.     Constraints.MinWidth = 180
  17.     TabOrder = 0
  18.     DesignSize = (
  19.       652
  20.       345)
  21.     object abfMessageLabel: TLabel
  22.       Left = 7
  23.       Top = 167
  24.       Width = 638
  25.       Height = 23
  26.       Align = alTop
  27.       AutoSize = False
  28.       Layout = tlCenter
  29.     end
  30.     object abfPanel1: TPanel
  31.       Left = 7
  32.       Top = 7
  33.       Width = 638
  34.       Height = 50
  35.       Align = alTop
  36.       BevelOuter = bvNone
  37.       TabOrder = 0
  38.       object abfDriveGroupBox: TGroupBox
  39.         Left = 0
  40.         Top = 0
  41.         Width = 638
  42.         Height = 50
  43.         Align = alClient
  44.         Caption = ' Drive: '
  45.         TabOrder = 0
  46.         object abfPanel4: TPanel
  47.           Left = 2
  48.           Top = 15
  49.           Width = 634
  50.           Height = 33
  51.           Align = alClient
  52.           BevelOuter = bvNone
  53.           BorderWidth = 5
  54.           TabOrder = 0
  55.           object abfDriveComboBox: TComboBox
  56.             Left = 8
  57.             Top = 6
  58.             Width = 329
  59.             Height = 21
  60.             Style = csDropDownList
  61.             Enabled = False
  62.             ItemHeight = 13
  63.             TabOrder = 0
  64.             OnChange = abfDriveComboBoxSelect
  65.             OnDropDown = abfDriveComboBoxDropDown
  66.           end
  67.         end
  68.       end
  69.     end
  70.     object abfWriteProgressGroupBox: TGroupBox
  71.       Left = 7
  72.       Top = 190
  73.       Width = 638
  74.       Height = 100
  75.       Align = alTop
  76.       Caption = ' Progress: '
  77.       TabOrder = 1
  78.       object abfPanel2: TPanel
  79.         Left = 2
  80.         Top = 15
  81.         Width = 634
  82.         Height = 83
  83.         Align = alClient
  84.         BevelOuter = bvNone
  85.         BorderWidth = 5
  86.         TabOrder = 0
  87.         DesignSize = (
  88.           634
  89.           83)
  90.         object abfComplitedLabel: TLabel
  91.           Left = 5
  92.           Top = 28
  93.           Width = 53
  94.           Height = 13
  95.           Caption = 'Completed:'
  96.         end
  97.         object abfRemainingLabel: TLabel
  98.           Left = 5
  99.           Top = 46
  100.           Width = 74
  101.           Height = 13
  102.           Caption = 'Time remaining:'
  103.         end
  104.         object abfTotalLabel: TLabel
  105.           Left = 5
  106.           Top = 64
  107.           Width = 49
  108.           Height = 13
  109.           Caption = 'Total time:'
  110.         end
  111.         object abfPercentageLabel: TLabel
  112.           Left = 572
  113.           Top = 28
  114.           Width = 56
  115.           Height = 13
  116.           Alignment = taRightJustify
  117.           Anchors = [akRight]
  118.           AutoSize = False
  119.           Caption = '----'
  120.         end
  121.         object abfRemainingTimeLabel: TLabel
  122.           Left = 572
  123.           Top = 46
  124.           Width = 56
  125.           Height = 13
  126.           Alignment = taRightJustify
  127.           Anchors = [akRight]
  128.           AutoSize = False
  129.           Caption = '--:--'
  130.         end
  131.         object abfTotalTimeLabel: TLabel
  132.           Left = 572
  133.           Top = 64
  134.           Width = 56
  135.           Height = 13
  136.           Alignment = taRightJustify
  137.           Anchors = [akRight]
  138.           AutoSize = False
  139.           Caption = '--:--'
  140.         end
  141.         object abfWriteProgressBar: TProgressBar
  142.           Left = 5
  143.           Top = 5
  144.           Width = 624
  145.           Height = 17
  146.           Align = alTop
  147.           Min = 0
  148.           Max = 100
  149.           TabOrder = 0
  150.         end
  151.       end
  152.     end
  153.     object abfDeviceBufferGroupBox: TGroupBox
  154.       Left = 7
  155.       Top = 290
  156.       Width = 638
  157.       Height = 37
  158.       Align = alTop
  159.       Caption = ' Device buffer: '
  160.       TabOrder = 2
  161.       object abfPanel3: TPanel
  162.         Left = 2
  163.         Top = 15
  164.         Width = 634
  165.         Height = 20
  166.         Align = alClient
  167.         BevelOuter = bvNone
  168.         BorderWidth = 5
  169.         Caption = 'abfPanel3'
  170.         TabOrder = 0
  171.         object abfDeviceBufferProgressBar: TProgressBar
  172.           Left = 5
  173.           Top = 5
  174.           Width = 624
  175.           Height = 10
  176.           Align = alClient
  177.           Min = 0
  178.           Max = 100
  179.           TabOrder = 0
  180.         end
  181.       end
  182.     end
  183.     object abfPanel7: TPanel
  184.       Left = 7
  185.       Top = 61
  186.       Width = 638
  187.       Height = 50
  188.       Align = alTop
  189.       BevelOuter = bvNone
  190.       TabOrder = 3
  191.       object Bevel1: TBevel
  192.         Left = 543
  193.         Top = 0
  194.         Width = 5
  195.         Height = 50
  196.         Align = alRight
  197.         Shape = bsSpacer
  198.         Style = bsRaised
  199.       end
  200.       object abfWriteMethodGroupBox: TGroupBox
  201.         Left = 0
  202.         Top = 0
  203.         Width = 543
  204.         Height = 50
  205.         Align = alClient
  206.         Caption = ' Write method: '
  207.         TabOrder = 0
  208.         object abfPanel9: TPanel
  209.           Left = 2
  210.           Top = 15
  211.           Width = 539
  212.           Height = 33
  213.           Align = alClient
  214.           BevelOuter = bvNone
  215.           BorderWidth = 5
  216.           TabOrder = 0
  217.           object abfWriteMethodComboBox: TComboBox
  218.             Left = 8
  219.             Top = 6
  220.             Width = 97
  221.             Height = 21
  222.             Style = csDropDownList
  223.             Enabled = False
  224.             ItemHeight = 13
  225.             TabOrder = 0
  226.             OnDropDown = abfWriteMethodComboBoxDropDown
  227.             OnSelect = abfWriteMethodComboBoxSelect
  228.             Items.Strings = (
  229.               'Disc At Once'
  230.               'Session At Once'
  231.               'Track At Once')
  232.           end
  233.         end
  234.       end
  235.       object abfSpeedGroupBox: TGroupBox
  236.         Left = 548
  237.         Top = 0
  238.         Width = 90
  239.         Height = 50
  240.         Align = alRight
  241.         Caption = ' Speed: '
  242.         TabOrder = 1
  243.         object abfPanel5: TPanel
  244.           Left = 2
  245.           Top = 15
  246.           Width = 86
  247.           Height = 33
  248.           Align = alClient
  249.           BevelOuter = bvNone
  250.           BorderWidth = 5
  251.           TabOrder = 0
  252.           object abfSpeedComboBox: TComboBox
  253.             Left = 8
  254.             Top = 6
  255.             Width = 48
  256.             Height = 21
  257.             Style = csDropDownList
  258.             Enabled = False
  259.             ItemHeight = 13
  260.             TabOrder = 0
  261.             OnDropDown = abfSpeedComboBoxDropDown
  262.             OnSelect = abfSpeedComboBoxSelect
  263.           end
  264.         end
  265.       end
  266.     end
  267.     object abfTmpPanel10: TPanel
  268.       Left = 7
  269.       Top = 57
  270.       Width = 638
  271.       Height = 4
  272.       Align = alTop
  273.       BevelOuter = bvNone
  274.       TabOrder = 4
  275.     end
  276.     object abfButton1: TButton
  277.       Left = 305
  278.       Top = 280
  279.       Width = 75
  280.       Height = 25
  281.       Action = abfSaveIsoAction
  282.       Anchors = [akTop, akRight]
  283.       TabOrder = 5
  284.     end
  285.     object abfButton4: TButton
  286.       Left = 569
  287.       Top = 312
  288.       Width = 75
  289.       Height = 25
  290.       Action = abfBurnAction
  291.       Anchors = [akRight, akBottom]
  292.       ParentShowHint = False
  293.       ShowHint = True
  294.       TabOrder = 6
  295.     end
  296.     object abfButton3: TButton
  297.       Left = 481
  298.       Top = 312
  299.       Width = 75
  300.       Height = 25
  301.       Action = abfEraseAction
  302.       Anchors = [akRight, akBottom]
  303.       ParentShowHint = False
  304.       ShowHint = True
  305.       TabOrder = 7
  306.     end
  307.     object abfButton2: TButton
  308.       Left = 393
  309.       Top = 280
  310.       Width = 75
  311.       Height = 25
  312.       Action = abfCancelAction
  313.       Anchors = [akTop, akRight]
  314.       Enabled = False
  315.       ParentShowHint = False
  316.       ShowHint = True
  317.       TabOrder = 8
  318.     end
  319.     object abfAdditionParamsGroupBox: TGroupBox
  320.       Left = 7
  321.       Top = 111
  322.       Width = 638
  323.       Height = 56
  324.       Align = alTop
  325.       Caption = ' Additional parameters: '
  326.       TabOrder = 9
  327.       object abfNumberOfCopiesLbl: TLabel
  328.         Left = 176
  329.         Top = 16
  330.         Width = 129
  331.         Height = 17
  332.         Alignment = taRightJustify
  333.         AutoSize = False
  334.         Caption = 'Number of copies:'
  335.         Layout = tlCenter
  336.       end
  337.       object abfNumberOfCopiesUpDown: TUpDown
  338.         Left = 337
  339.         Top = 15
  340.         Width = 16
  341.         Height = 21
  342.         Associate = abfNumerOfCopiesEdit
  343.         Min = 1
  344.         Position = 1
  345.         TabOrder = 0
  346.         Thousands = False
  347.         Wrap = False
  348.       end
  349.       object abfNumerOfCopiesEdit: TEdit
  350.         Left = 312
  351.         Top = 15
  352.         Width = 25
  353.         Height = 21
  354.         ReadOnly = True
  355.         TabOrder = 1
  356.         Text = '1'
  357.       end
  358.       object abfSimulationChbox: TCheckBox
  359.         Left = 18
  360.         Top = 16
  361.         Width = 135
  362.         Height = 17
  363.         Hint = 'Perform writing simulation'
  364.         Caption = 'Simulation'
  365.         ParentShowHint = False
  366.         ShowHint = True
  367.         TabOrder = 2
  368.       end
  369.       object abfWriteChbox: TCheckBox
  370.         Left = 18
  371.         Top = 32
  372.         Width = 135
  373.         Height = 17
  374.         Hint = 'Perfrom actual writing'
  375.         Caption = 'Write'
  376.         Checked = True
  377.         ParentShowHint = False
  378.         ShowHint = True
  379.         State = cbChecked
  380.         TabOrder = 3
  381.       end
  382.     end
  383.   end
  384.   object abfMessageListView: TListView
  385.     Left = 0
  386.     Top = 0
  387.     Width = 652
  388.     Height = 193
  389.     Align = alClient
  390.     BorderWidth = 1
  391.     Columns = <
  392.       item
  393.         Caption = 'Time'
  394.         Width = 60
  395.       end
  396.       item
  397.         Caption = 'Info'
  398.         Width = 274
  399.       end>
  400.     ReadOnly = True
  401.     RowSelect = True
  402.     ShowColumnHeaders = False
  403.     TabOrder = 1
  404.     ViewStyle = vsReport
  405.     OnInsert = abfMessageListViewInsert
  406.     OnResize = abfMessageListViewResize
  407.   end
  408.   object Timer: TTimer
  409.     Enabled = False
  410.     Interval = 200
  411.     OnTimer = TimerTimer
  412.     Left = 8
  413.     Top = 8
  414.   end
  415.   object abfActionList: TActionList
  416.     Left = 72
  417.     Top = 8
  418.     object abfBurnAction: TAction
  419.       Caption = 'Burn'
  420.       Hint = 'Start burn process'
  421.       OnExecute = abfBurnActionExecute
  422.       OnUpdate = abfBurnActionUpdate
  423.     end
  424.     object abfEraseAction: TAction
  425.       Caption = 'Erase'
  426.       Hint = 'Erase disc'
  427.       OnExecute = abfEraseActionExecute
  428.       OnUpdate = abfEraseActionUpdate
  429.     end
  430.     object abfCancelAction: TAction
  431.       Caption = 'Cancel'
  432.       Hint = 'Stop burn process'
  433.       OnExecute = abfCancelActionExecute
  434.       OnUpdate = abfCancelActionUpdate
  435.     end
  436.     object abfSaveIsoAction: TAction
  437.       Caption = 'Save ISO'
  438.       Enabled = False
  439.       Visible = False
  440.     end
  441.     object abfTotalUpdateAction: TAction
  442.       Caption = 'abfTotalUpdateAction'
  443.       OnUpdate = abfTotalUpdateActionUpdate
  444.     end
  445.     object abfFullEraseAction: TAction
  446.       Caption = 'Full erase'
  447.       Hint = 'Full erase (can take a long time)'
  448.       OnExecute = EraseClick
  449.       OnUpdate = abfEraseActionUpdate
  450.     end
  451.     object abfQuickEraseAction: TAction
  452.       Caption = 'Quick erase'
  453.       Hint = 'Quick erase (TOC only)'
  454.       OnExecute = EraseClick
  455.       OnUpdate = abfEraseActionUpdate
  456.     end
  457.   end
  458.   object abfErasePopupMenu: TPopupMenu
  459.     Left = 104
  460.     Top = 8
  461.     object abfQuickErase: TMenuItem
  462.       Action = abfQuickEraseAction
  463.     end
  464.     object abfFullErase: TMenuItem
  465.       Action = abfFullEraseAction
  466.     end
  467.   end
  468.   object abfCueBurner: TCueBurner
  469.     DeviceBufferSize = 0
  470.     DeviceFreeBufferSize = 0
  471.     UnderrunProtection = True
  472.     OnDeviceChange = abfCueBurnerDeviceChange
  473.     OnEraseDone = abfCueBurnerEraseDone
  474.     ReadSpeed = 0
  475.     WriteSpeed = 0
  476.     FinalizeDisc = False
  477.     TestWrite = False
  478.     WriteMethod = wmTAO
  479.     Version = '1.20.0'
  480.     PerformOPC = False
  481.     CacheSize = 4194304
  482.     OnWriteDone = abfCueBurnerWriteDone
  483.     Left = 40
  484.     Top = 8
  485.   end
  486.   object smlFormLangRes: TsmlFormLangRes
  487.     LangFileName = 'DefLang.ini'
  488.     IgnoreEmptyString = True
  489.     AutoCreateMode = True
  490.     AddBracket = True
  491.     StringProperties.Strings = (
  492.       'Caption'
  493.       'Hint')
  494.     StringsProperties.Strings = (
  495.       'Tabs'
  496.       'Items')
  497.     IgnoreControls.Strings = (
  498.       'abfActionList'
  499.       'abfTotalUpdateAction'
  500.       'abfSaveIsoAction'
  501.       'abfErasePopupMenu'
  502.       'abfQuickErase'
  503.       'abfFullErase'
  504.       'abfPanel'
  505.       'abfPanel1'
  506.       'abfPanel2'
  507.       'abfPanel3'
  508.       'abfPanel4'
  509.       'abfPanel5'
  510.       'abfPanel7'
  511.       'abfPanel9'
  512.       'abfTmpPanel10'
  513.       'Bevel1'
  514.       'abfDriveComboBox'
  515.       'abfSpeedComboBox'
  516.       'abfWriteMethodComboBox'
  517.       'abfWriteProgressBar'
  518.       'abfDeviceBufferProgressBar'
  519.       'abfButton1'
  520.       'abfButton2'
  521.       'abfButton3'
  522.       'abfButton4'
  523.       'abfMessageListView'
  524.       'abfPercentageLabel'
  525.       'abfMessageLabel'
  526.       'abfRemainingTimeLabel'
  527.       'abfTotalTimeLabel')
  528.     IgnoreFormCaption = True
  529.     IncludeListViewItems = False
  530.     IncludeListViewHead = False
  531.     IncludeTreeViewItems = False
  532.     Active = False
  533.     Left = 136
  534.     Top = 8
  535.   end
  536.   object smlMsgLangRes: TsmlMsgLangRes
  537.     LangFileName = 'DefLang.ini'
  538.     IgnoreEmptyString = True
  539.     AutoCreateMode = True
  540.     AddBracket = True
  541.     MsgList.Strings = (
  542.       'Error=Error'
  543.       'Warning=Warning'
  544.       'selSAO=Session-At-Once write method selected'
  545.       'selDAO=Disc-At-Once write method selected'
  546.       'selTAO=Track-At-Once write method selected'
  547.       'WriteProgress= Write progress: '
  548.       'EraseProgress= Erase progress: '
  549.       'Erasing=Erasing...'
  550.       'prepLOAS=Preparing list of available speeds'
  551.       'WritingDrive=Writing drive'
  552.       'NotWritingDrive=Not a writing drive'
  553.       'readyLOAS=List of available speeds is ready'
  554.       'DriveNotReady=Drive is not ready'
  555.       'Progress= Progress: '
  556.       'MediumType=Medium type in drive: '
  557.       'MediumNotEraseble=Medium in drive is not erasable'
  558.       'EraseConfirm=Do you really want to erase this disk?'
  559.       'EraseStarted=Erase process started at'
  560.       'EraseFailed=Erase failed'
  561.       
  562.         'WriteAbortConfirm=Abort writing - are you sure? This may lead to' +
  563.         ' disc malfunction in the future.'
  564.       'prepWrite=Preparing to write'
  565.       'NotWritable=Media in drive is not writable. Please change disc.'
  566.       'NotEnoughSpace=Not enough space on media'
  567.       
  568.         'NotEnoughSpaceMsg=There is no sufficient space on current media.' +
  569.         ' Please change media or remove some tracks.'
  570.       'SelectedDrive=Selected drive:  '
  571.       'EraseDone=Erase done'
  572.       'BurnDone=Burn done'
  573.       'BurnFailed=Burn failed'
  574.       'Ejecting=Ejecting'
  575.       'InitMsg=--= Initializing, please wait... =--'
  576.       'ASPI_Ok=ASPI initialized'
  577.       'ASPI_Error=ASPI initialization error'
  578.       'LookingForDrives=Looking for available drives...'
  579.       'DrivesNoFound=No drives found!'
  580.       'Completed=Completed'
  581.       'TotalDrivesFound=Total drives found:'
  582.       'SearchWriting=Looking for writing drive'
  583.       'SearchCompleted=Search completed'
  584.       'WritingNotFound=Writing drives not found'
  585.       'Reinitialize=Reinitialize'
  586.       
  587.         'WriteMethodNotSupported=This write method is not supported by se' +
  588.         'lected drive'
  589.       'BurnStarted=Burn process started at'
  590.       'Track=Track'
  591.       'Pause=Pause'
  592.       'Done=Done'
  593.       'NotEmpty=Disc is not empty'
  594.       
  595.         'EmptyReqEraseQuery=Empty disc required for audio-CD burning. Era' +
  596.         'se this disc?'
  597.       
  598.         'EmptyReqChangeQuery=Empty disc required for audio-CD burning. Pl' +
  599.         'ease insert empty or rewritable disc.'
  600.       
  601.         'InsertNextDisc=Burning completed successfully. Please insert nex' +
  602.         't disc.'
  603.       'TestBurnStarted=Burn simulation process started'
  604.       'TestBurnDone=Burn simulation done'
  605.       'TestBurnFailed=Burn simulation failed'
  606.       'NoTestWriteForDVD=Burn simulation is not available for DVD discs')
  607.     Active = False
  608.     Left = 168
  609.     Top = 8
  610.   end
  611. end
  612.